runtime.boundsError.x (field)

27 uses

	runtime (current package)
		error.go#L128: 	x int64
		error.go#L179: 	if e.signed && e.x < 0 {
		error.go#L195: 			b = appendIntStr(b, e.x, e.signed)
		panic.go#L114: 	panic(boundsError{x: int64(x), signed: true, y: y, code: abi.BoundsIndex})
		panic.go#L120: 	panic(boundsError{x: int64(x), signed: false, y: y, code: abi.BoundsIndex})
		panic.go#L128: 	panic(boundsError{x: int64(x), signed: true, y: y, code: abi.BoundsSliceAlen})
		panic.go#L134: 	panic(boundsError{x: int64(x), signed: false, y: y, code: abi.BoundsSliceAlen})
		panic.go#L140: 	panic(boundsError{x: int64(x), signed: true, y: y, code: abi.BoundsSliceAcap})
		panic.go#L146: 	panic(boundsError{x: int64(x), signed: false, y: y, code: abi.BoundsSliceAcap})
		panic.go#L154: 	panic(boundsError{x: int64(x), signed: true, y: y, code: abi.BoundsSliceB})
		panic.go#L160: 	panic(boundsError{x: int64(x), signed: false, y: y, code: abi.BoundsSliceB})
		panic.go#L166: 	panic(boundsError{x: int64(x), signed: true, y: y, code: abi.BoundsSlice3Alen})
		panic.go#L170: 	panic(boundsError{x: int64(x), signed: false, y: y, code: abi.BoundsSlice3Alen})
		panic.go#L174: 	panic(boundsError{x: int64(x), signed: true, y: y, code: abi.BoundsSlice3Acap})
		panic.go#L178: 	panic(boundsError{x: int64(x), signed: false, y: y, code: abi.BoundsSlice3Acap})
		panic.go#L184: 	panic(boundsError{x: int64(x), signed: true, y: y, code: abi.BoundsSlice3B})
		panic.go#L188: 	panic(boundsError{x: int64(x), signed: false, y: y, code: abi.BoundsSlice3B})
		panic.go#L194: 	panic(boundsError{x: int64(x), signed: true, y: y, code: abi.BoundsSlice3C})
		panic.go#L198: 	panic(boundsError{x: int64(x), signed: false, y: y, code: abi.BoundsSlice3C})
		panic.go#L204: 	panic(boundsError{x: int64(x), signed: true, y: y, code: abi.BoundsConvert})
		panic.go#L227: 		e.x = regs[xVal]
		panic.go#L229: 		e.x = int64(xVal)
		panic.go#L256: 			e.x = int64(regs[xVal])
		panic.go#L258: 			e.x = int64(uint32(regs[xVal]))
		panic.go#L261: 		e.x = int64(xVal)
		panic.go#L290: 		e.x = int64(regs[hi])<<32 + int64(uint32(regs[lo]))
		panic.go#L292: 		e.x = int64(xVal)